home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / BrowserBuddy / browserbuddy.exe / install_script.iss
Text File  |  2002-12-16  |  4KB  |  65 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=Browser Buddy
  5. AppVerName=Browser Buddy 1.1
  6. AppId=Browser Buddy
  7. AppPublisher=DoEasier Tech.
  8. AppPublisherURL=http://www.DoEasier.org
  9. AppSupportURL=http://www.DoEasier.org
  10. AppUpdatesURL=http://www.DoEasier.org
  11. DefaultDirName={pf}\Browser Buddy
  12. DefaultGroupName=Browser Buddy
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. InfoBeforeFile=embedded\InfoBefore.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\README,1.txt"; DestDir: "{app}"; DestName: "README.txt"; 
  23. Source: "{app}\BrowserBuddy.dll"; DestDir: "{app}"; Flags: regserver 
  24. Source: "{app}\hlkw.htm"; DestDir: "{app}"; 
  25. Source: "{app}\hlsel.htm"; DestDir: "{app}"; 
  26. Source: "{app}\LICENSE.txt"; DestDir: "{app}"; 
  27. Source: "{app}\logo.gif"; DestDir: "{app}"; 
  28. Source: "{app}\logo.ico"; DestDir: "{app}"; 
  29. Source: "{app}\README,2.txt"; DestDir: "{app}"; DestName: "README.txt"; 
  30. Source: "{app}\zoomsel.htm"; DestDir: "{app}"; 
  31. Source: "{app}\about.html"; DestDir: "{app}"; 
  32.  
  33. [Registry]
  34. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\MenuExt\Highlight &Keywords"; Flags: uninsdeletekey 
  35. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\MenuExt\Highlight &Keywords"; ValueType: String; ValueData: "{app}\hlkw.htm"; 
  36. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\MenuExt\&Highlight Selection"; Flags: uninsdeletekey 
  37. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\MenuExt\&Highlight Selection"; ValueType: String; ValueData: "{app}\hlsel.htm"; Flags: uninsdeletekey 
  38. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\MenuExt\&Highlight Selection"; ValueName: "Contexts"; ValueType: Dword; ValueData: "$10"; Flags: uninsdeletekey 
  39. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\MenuExt\&Zoom in Selection"; Flags: uninsdeletekey 
  40. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\MenuExt\&Zoom in Selection"; ValueType: String; ValueData: "{app}\zoomsel.htm"; Flags: uninsdeletekey 
  41. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\MenuExt\&Zoom in Selection"; ValueName: "Contexts"; ValueType: Dword; ValueData: "$10"; Flags: uninsdeletekey 
  42. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Extensions\{{669C24B6-75DE-48B2-9D01-EECD954F742D}"; Flags: uninsdeletekey 
  43. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Extensions\{{669C24B6-75DE-48B2-9D01-EECD954F742D}"; ValueName: "CLSID"; ValueType: String; ValueData: "{{1FBA04EE-3024-11D2-8F1F-0000F87ABD16}"; 
  44. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Extensions\{{669C24B6-75DE-48B2-9D01-EECD954F742D}"; ValueName: "Default Visible"; ValueType: String; ValueData: "No"; 
  45. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Extensions\{{669C24B6-75DE-48B2-9D01-EECD954F742D}"; ValueName: "Exec"; ValueType: String; ValueData: "url:http://www.DoEasier.org/browserbuddy/"; 
  46. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Extensions\{{669C24B6-75DE-48B2-9D01-EECD954F742D}"; ValueName: "MenuStatusBar"; ValueType: String; ValueData: "More Easy Tools ..."; 
  47. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Extensions\{{669C24B6-75DE-48B2-9D01-EECD954F742D}"; ValueName: "MenuText"; ValueType: String; ValueData: "&Let's Do Easier"; 
  48.  
  49. [INI]
  50. FileName: "{app}\More Easy Tools.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.DoEasier.org"; 
  51.  
  52. [Run]
  53. Filename: "{app}\about.html"; Description: "More information about Browser Buddy"; Flags: shellexec postinstall skipifsilent 
  54.  
  55. [Icons]
  56. Name: "{group}\Read Me"; Filename: "{app}\README.txt"; 
  57. Name: "{group}\More Easy Tools"; Filename: "{app}\More Easy Tools.url"; 
  58. Name: "{userdesktop}\Browser Buddy"; Filename: "{app}\README.txt"; Tasks: desktopicon; 
  59.  
  60. [Tasks]
  61. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  62.  
  63. [UninstallDelete]
  64. Type: files; Name: "{app}\More Easy Tools.url"; 
  65.